home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @| @;
-
-
- 1.2
- date 92.06.16.11.52.57; author jhh; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 89.07.11.19.52.07; author nelson; state Exp;
- branches ;
- next ;
-
-
- desc
- @Initial code from DECWRL.
- @
-
-
- 1.2
- log
- @added SYS_NET_GET_ROUTES and SYS_NET_DELETE_ROUTE
- @
- text
- @/*
- *
- * netStubs.s --
- *
- * Stubs for the Net_ system calls.
- *
- * Copyright 1966, 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * rcs = $Header: /sprite/src/lib/c/syscall/ds3100.md/RCS/netStubs.s,v 1.1 89/07/11 19:52:07 nelson Exp Locker: jhh $ SPRITE (Berkeley)
- *
- */
-
- #include "userSysCallInt.h"
- SYS_CALL(Net_InstallRoute, SYS_NET_INSTALL_ROUTE)
- SYS_CALL(Net_GetRoutes, SYS_NET_GET_ROUTES)
- SYS_CALL(Net_DeleteRoute, SYS_NET_DELETE_ROUTE)
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d16 1
- a16 1
- * rcs = $Header: netStubs.s,v 1.1 89/06/20 18:40:30 mnelson Exp $ SPRITE (Berkeley)
- d22 2
- @
-